home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / CESpeaker.h < prev    next >
Encoding:
Text File  |  1995-02-08  |  159 b   |  8 lines

  1. #import <appkit/Speaker.h>
  2. @interface ClassEditorSpeaker : Speaker
  3. {}
  4. -(int)openFile : (char *) aPath
  5.     onHost : (char *) aHost
  6.     atTrueLine : (int) aLine;
  7. @end
  8.